runtime.traceStringTable.tab (field)
6 uses
runtime (current package)
traceruntime.go#L57: lockInit(&trace.stringTab[0].tab.mem.lock, lockRankTraceStrings)
traceruntime.go#L59: lockInit(&trace.stringTab[1].tab.mem.lock, lockRankTraceStrings)
tracestring.go#L21: tab traceMap
tracestring.go#L28: id, added := t.tab.put(ss.str, uintptr(ss.len))
tracestring.go#L41: id := t.tab.stealID()
tracestring.go#L96: t.tab.reset()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |